home *** CD-ROM | disk | FTP | other *** search
INI File | 1995-03-15 | 2.0 KB | 146 lines |
- [MCITemplates]
- PlayNormal=Play
- PlayTrans=Play During Transition
- PlayBack=Play Backward
- PlaySlow=Play Slowly
- PlayFast=Play Fast
- PlaySlowBack=Play Slowly Backward
- PlayFastBack=Play Fast Backward
- PlayMuted=Play With Sound Off
-
- [Script PlayNormal Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
-
- [Entry]
- play {ALIAS}
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlayTrans Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
- play {ALIAS}
-
- [Entry]
- pause {ALIAS}
-
- [Exit]
- play {ALIAS}
-
- [Ending]
- stop {ALIAS}
- close {ALIAS}
-
- [Script End]
-
- [Script PlayBack Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
-
- [Entry]
- play {ALIAS} reverse
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlayFast Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
- set {ALIAS} speed 2000
-
- [Entry]
- play {ALIAS}
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlayFastBack Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
- set {ALIAS} speed 2000
-
- [Entry]
- play {ALIAS} reverse
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlaySlow Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
- set {ALIAS} speed 500
-
- [Entry]
- play {ALIAS}
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlaySlowBack Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
- set {ALIAS} speed 500
-
- [Entry]
- play {ALIAS} reverse
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
- [Script PlayMuted Start]
-
- [Beginning]
- open {DEVICE}{FILENAME} alias {ALIAS}
- set {ALIAS} audio all off
-
- [Entry]
- play {ALIAS}
-
- [Exit]
- stop {ALIAS}
-
- [Ending]
- close {ALIAS}
-
- [Script End]
-
-